SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13253, 13254, 13255, 13256, 13257, 13258, 
    13259
  ) 
  AND feature_id IN (
    636, 647, 646, 623, 622, 626, 553, 625, 
    624, 627, 628, 595, 637
  ) 
  AND lang_code = 'en'

Query time 0.00590

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 (13253,13254,13255,13256,13257,13258,13259)) 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
13253 553 1973
13254 553 1973
13255 553 1973
13256 553 1973
13257 553 1973
13258 553 1973
13259 553 1973
13253 595 1904
13254 595 1905
13255 595 1789
13256 595 2499
13257 595 1787
13258 595 1900
13259 595 1899
13253 622 2497
13254 622 2497
13255 622 2497
13256 622 2497
13257 622 2497
13258 622 2497
13259 622 2497
13253 623 2501
13254 623 2501
13255 623 2501
13256 623 2501
13257 623 2501
13258 623 2501
13259 623 2501
13253 624 1803
13254 624 1803
13255 624 1803
13256 624 1803
13257 624 1803
13258 624 1803
13259 624 1803
13253 625 2124
13254 625 2124
13255 625 2124
13256 625 2124
13257 625 2124
13258 625 2124
13259 625 2124
13253 626 1829
13254 626 1829
13255 626 1829
13256 626 1829
13257 626 1829
13258 626 1829
13259 626 1829
13253 627 1659
13254 627 1659
13255 627 1659
13256 627 1659
13257 627 1659
13258 627 1659
13259 627 1659
13253 628 1660
13254 628 1660
13255 628 1660
13256 628 1660
13257 628 1660
13258 628 1660
13259 628 1660
13253 636 2348
13254 636 2348
13255 636 2348
13256 636 2348
13257 636 2348
13258 636 2348
13259 636 2348
13253 637 2345
13254 637 2345
13255 637 2345
13256 637 2345
13257 637 2345
13258 637 2345
13259 637 2345
13253 646 2370
13254 646 2370
13255 646 2370
13256 646 2370
13257 646 2370
13258 646 2370
13259 646 2370
13253 647 2374
13254 647 2374
13255 647 2374
13256 647 2374
13257 647 2374
13258 647 2374
13259 647 2374