SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13184, 13188, 13189, 13185, 13186, 13187, 
    13183
  ) 
  AND feature_id IN (
    637, 636, 647, 646, 623, 622, 626, 553, 
    625, 624, 627, 628, 595
  ) 
  AND lang_code = 'en'

Query time 0.00562

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.02"
    },
    "table": {
      "table_name": "cscart_product_features_values",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "fl",
        "lang_code",
        "product_id",
        "fpl",
        "idx_product_feature_variant_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "key_length": "15",
      "rows_examined_per_scan": 17,
      "rows_produced_per_join": 17,
      "filtered": "100.00",
      "using_index_for_skip_scan": true,
      "cost_info": {
        "read_cost": "5.32",
        "eval_cost": "1.70",
        "prefix_cost": "7.02",
        "data_read_per_join": "13K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`test2_gaseus`.`cscart_product_features_values`.`product_id` in (13184,13188,13189,13185,13186,13187,13183)) and (`test2_gaseus`.`cscart_product_features_values`.`feature_id` in (637,636,647,646,623,622,626,553,625,624,627,628,595)) and (`test2_gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
13183 553 1973
13184 553 1973
13185 553 1973
13186 553 1973
13187 553 1973
13188 553 1973
13189 553 1973
13183 595 1904
13184 595 1905
13185 595 1789
13186 595 2499
13187 595 1787
13188 595 1900
13189 595 1899
13183 622 2497
13184 622 2497
13185 622 2497
13186 622 2497
13187 622 2497
13188 622 2497
13189 622 2497
13183 623 2501
13184 623 2501
13185 623 2501
13186 623 2501
13187 623 2501
13188 623 2501
13189 623 2501
13183 624 1803
13184 624 1803
13185 624 1803
13186 624 1803
13187 624 1803
13188 624 1803
13189 624 1803
13183 625 2147
13184 625 2147
13185 625 2147
13186 625 2147
13187 625 2147
13188 625 2147
13189 625 2147
13183 626 1723
13184 626 1723
13185 626 1723
13186 626 1723
13187 626 1723
13188 626 1723
13189 626 1723
13183 627 1659
13184 627 1659
13185 627 1659
13186 627 1659
13187 627 1659
13188 627 1659
13189 627 1659
13183 628 1660
13184 628 1660
13185 628 1660
13186 628 1660
13187 628 1660
13188 628 1660
13189 628 1660
13183 636 2348
13184 636 2348
13185 636 2348
13186 636 2348
13187 636 2348
13188 636 2348
13189 636 2348
13183 637 2345
13184 637 2345
13185 637 2345
13186 637 2345
13187 637 2345
13188 637 2345
13189 637 2345
13183 646 2370
13184 646 2370
13185 646 2370
13186 646 2370
13187 646 2370
13188 646 2370
13189 646 2370
13183 647 2374
13184 647 2374
13185 647 2374
13186 647 2374
13187 647 2374
13188 647 2374
13189 647 2374