SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13219, 13220, 13221, 13222, 13223, 13224, 
    13218
  ) 
  AND feature_id IN (
    637, 636, 647, 646, 623, 622, 626, 553, 
    625, 624, 627, 628, 595
  ) 
  AND lang_code = 'en'

Query time 0.00702

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 (13219,13220,13221,13222,13223,13224,13218)) 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
13218 553 1973
13219 553 1973
13220 553 1973
13221 553 1973
13222 553 1973
13223 553 1973
13224 553 1973
13218 595 1904
13219 595 1905
13220 595 1789
13221 595 2499
13222 595 1787
13223 595 1900
13224 595 1899
13218 622 2497
13219 622 2497
13220 622 2497
13221 622 2497
13222 622 2497
13223 622 2497
13224 622 2497
13218 623 2501
13219 623 2501
13220 623 2501
13221 623 2501
13222 623 2501
13223 623 2501
13224 623 2501
13218 624 1803
13219 624 1803
13220 624 1803
13221 624 1803
13222 624 1803
13223 624 1803
13224 624 1803
13218 625 2147
13219 625 2147
13220 625 2147
13221 625 2147
13222 625 2147
13223 625 2147
13224 625 2147
13218 626 1829
13219 626 1829
13220 626 1829
13221 626 1829
13222 626 1829
13223 626 1829
13224 626 1829
13218 627 1659
13219 627 1659
13220 627 1659
13221 627 1659
13222 627 1659
13223 627 1659
13224 627 1659
13218 628 1660
13219 628 1660
13220 628 1660
13221 628 1660
13222 628 1660
13223 628 1660
13224 628 1660
13218 636 2348
13219 636 2348
13220 636 2348
13221 636 2348
13222 636 2348
13223 636 2348
13224 636 2348
13218 637 2345
13219 637 2345
13220 637 2345
13221 637 2345
13222 637 2345
13223 637 2345
13224 637 2345
13218 646 2369
13219 646 2369
13220 646 2369
13221 646 2369
13222 646 2369
13223 646 2369
13224 646 2369
13218 647 2373
13219 647 2373
13220 647 2373
13221 647 2373
13222 647 2373
13223 647 2373
13224 647 2373