SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13246, 13247, 13248, 13249, 13250, 13251, 
    13252
  ) 
  AND feature_id IN (
    636, 647, 646, 623, 622, 626, 553, 625, 
    624, 627, 628, 595, 637
  ) 
  AND lang_code = 'en'

Query time 0.00438

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 (13246,13247,13248,13249,13250,13251,13252)) 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
13246 553 1973
13247 553 1973
13248 553 1973
13249 553 1973
13250 553 1973
13251 553 1973
13252 553 1973
13246 595 1904
13247 595 1905
13248 595 1789
13249 595 2499
13250 595 1787
13251 595 1900
13252 595 1899
13246 622 2497
13247 622 2497
13248 622 2497
13249 622 2497
13250 622 2497
13251 622 2497
13252 622 2497
13246 623 2501
13247 623 2501
13248 623 2501
13249 623 2501
13250 623 2501
13251 623 2501
13252 623 2501
13246 624 1803
13247 624 1803
13248 624 1803
13249 624 1803
13250 624 1803
13251 624 1803
13252 624 1803
13246 625 2123
13247 625 2123
13248 625 2123
13249 625 2123
13250 625 2123
13251 625 2123
13252 625 2123
13246 626 1879
13247 626 1879
13248 626 1879
13249 626 1879
13250 626 1879
13251 626 1879
13252 626 1879
13246 627 1659
13247 627 1659
13248 627 1659
13249 627 1659
13250 627 1659
13251 627 1659
13252 627 1659
13246 628 1660
13247 628 1660
13248 628 1660
13249 628 1660
13250 628 1660
13251 628 1660
13252 628 1660
13246 636 2348
13247 636 2348
13248 636 2348
13249 636 2348
13250 636 2348
13251 636 2348
13252 636 2348
13246 637 2345
13247 637 2345
13248 637 2345
13249 637 2345
13250 637 2345
13251 637 2345
13252 637 2345
13246 646 2370
13247 646 2370
13248 646 2370
13249 646 2370
13250 646 2370
13251 646 2370
13252 646 2370
13246 647 2374
13247 647 2374
13248 647 2374
13249 647 2374
13250 647 2374
13251 647 2374
13252 647 2374