SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13239, 13240, 13241, 13242, 13243, 13244, 
    13245
  ) 
  AND feature_id IN (
    636, 647, 646, 623, 622, 626, 553, 625, 
    624, 627, 628, 595, 637
  ) 
  AND lang_code = 'en'

Query time 0.00423

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 (13239,13240,13241,13242,13243,13244,13245)) and (`test2_gaseus`.`cscart_product_features_values`.`feature_id` in (636,647,646,623,622,626,553,625,624,627,628,595,637)) and (`test2_gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
13239 553 1973
13240 553 1973
13241 553 1973
13242 553 1973
13243 553 1973
13244 553 1973
13245 553 1973
13239 595 1904
13240 595 1905
13241 595 1789
13242 595 2499
13243 595 1787
13244 595 1900
13245 595 1899
13239 622 2497
13240 622 2497
13241 622 2497
13242 622 2497
13243 622 2497
13244 622 2497
13245 622 2497
13239 623 2501
13240 623 2501
13241 623 2501
13242 623 2501
13243 623 2501
13244 623 2501
13245 623 2501
13239 624 1803
13240 624 1803
13241 624 1803
13242 624 1803
13243 624 1803
13244 624 1803
13245 624 1803
13239 625 2124
13240 625 2124
13241 625 2124
13242 625 2124
13243 625 2124
13244 625 2124
13245 625 2124
13239 626 1723
13240 626 1723
13241 626 1723
13242 626 1723
13243 626 1723
13244 626 1723
13245 626 1723
13239 627 1659
13240 627 1659
13241 627 1659
13242 627 1659
13243 627 1659
13244 627 1659
13245 627 1659
13239 628 1660
13240 628 1660
13241 628 1660
13242 628 1660
13243 628 1660
13244 628 1660
13245 628 1660
13239 636 2348
13240 636 2348
13241 636 2348
13242 636 2348
13243 636 2348
13244 636 2348
13245 636 2348
13239 637 2345
13240 637 2345
13241 637 2345
13242 637 2345
13243 637 2345
13244 637 2345
13245 637 2345
13239 646 2370
13240 646 2370
13241 646 2370
13242 646 2370
13243 646 2370
13244 646 2370
13245 646 2370
13239 647 2374
13240 647 2374
13241 647 2374
13242 647 2374
13243 647 2374
13244 647 2374
13245 647 2374