SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13205, 13206, 13207, 13208, 13209, 13210, 
    13204
  ) 
  AND feature_id IN (
    637, 636, 647, 646, 623, 622, 626, 553, 
    625, 624, 627, 628, 595
  ) 
  AND lang_code = 'en'

Query time 0.00470

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "6.75"
    },
    "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": 16,
      "rows_produced_per_join": 16,
      "filtered": "100.00",
      "using_index_for_skip_scan": true,
      "cost_info": {
        "read_cost": "5.15",
        "eval_cost": "1.60",
        "prefix_cost": "6.75",
        "data_read_per_join": "12K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`test2_gaseus`.`cscart_product_features_values`.`product_id` in (13205,13206,13207,13208,13209,13210,13204)) 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
13204 553 1973
13205 553 1973
13206 553 1973
13207 553 1973
13208 553 1973
13209 553 1973
13210 553 1973
13204 595 1904
13205 595 1905
13206 595 1789
13207 595 2499
13208 595 1787
13209 595 1900
13210 595 1899
13204 622 2497
13205 622 2497
13206 622 2497
13207 622 2497
13208 622 2497
13209 622 2497
13210 622 2497
13204 623 2501
13205 623 2501
13206 623 2501
13207 623 2501
13208 623 2501
13209 623 2501
13210 623 2501
13204 624 1803
13205 624 1803
13206 624 1803
13207 624 1803
13208 624 1803
13209 624 1803
13210 624 1803
13204 625 2123
13205 625 2123
13206 625 2123
13207 625 2123
13208 625 2123
13209 625 2123
13210 625 2123
13204 626 1879
13205 626 1879
13206 626 1879
13207 626 1879
13208 626 1879
13209 626 1879
13210 626 1879
13204 627 1659
13205 627 1659
13206 627 1659
13207 627 1659
13208 627 1659
13209 627 1659
13210 627 1659
13204 628 1660
13205 628 1660
13206 628 1660
13207 628 1660
13208 628 1660
13209 628 1660
13210 628 1660
13204 636 2348
13205 636 2348
13206 636 2348
13207 636 2348
13208 636 2348
13209 636 2348
13210 636 2348
13204 637 2345
13205 637 2345
13206 637 2345
13207 637 2345
13208 637 2345
13209 637 2345
13210 637 2345
13204 646 2369
13205 646 2369
13206 646 2369
13207 646 2369
13208 646 2369
13209 646 2369
13210 646 2369
13204 647 2373
13205 647 2373
13206 647 2373
13207 647 2373
13208 647 2373
13209 647 2373
13210 647 2373