SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13122, 13121, 13120, 13119, 13118, 13123
  ) 
  AND feature_id IN (
    595, 628, 627, 624, 625, 553, 626, 622, 
    623, 646, 647, 636, 637
  ) 
  AND lang_code = 'en'

Query time 0.00755

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.94"
    },
    "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": 13,
      "rows_produced_per_join": 13,
      "filtered": "100.00",
      "using_index_for_skip_scan": true,
      "cost_info": {
        "read_cost": "4.64",
        "eval_cost": "1.30",
        "prefix_cost": "5.94",
        "data_read_per_join": "10K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`test2_gaseus`.`cscart_product_features_values`.`product_id` in (13122,13121,13120,13119,13118,13123)) and (`test2_gaseus`.`cscart_product_features_values`.`feature_id` in (595,628,627,624,625,553,626,622,623,646,647,636,637)) and (`test2_gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
13118 553 1973
13119 553 1973
13120 553 1973
13121 553 1973
13122 553 1973
13123 553 1973
13118 595 1904
13119 595 1905
13120 595 2451
13121 595 1787
13122 595 1900
13123 595 1899
13118 622 2497
13119 622 2497
13120 622 2497
13121 622 2497
13122 622 2497
13123 622 2497
13118 623 2518
13119 623 2518
13120 623 2518
13121 623 2518
13122 623 2518
13123 623 2518
13118 624 1803
13119 624 1803
13120 624 1803
13121 624 1803
13122 624 1803
13123 624 1803
13118 625 2521
13119 625 2521
13120 625 2521
13121 625 2521
13122 625 2521
13123 625 2521
13118 626 2057
13119 626 2057
13120 626 2057
13121 626 2057
13122 626 2057
13123 626 2057
13118 627 1659
13119 627 1659
13120 627 1659
13121 627 1659
13122 627 1659
13123 627 1659
13118 628 1660
13119 628 1660
13120 628 1660
13121 628 1660
13122 628 1660
13123 628 1660
13118 636 2348
13119 636 2348
13120 636 2348
13121 636 2348
13122 636 2348
13123 636 2348
13118 637 2345
13119 637 2345
13120 637 2345
13121 637 2345
13122 637 2345
13123 637 2345
13118 646 2369
13119 646 2369
13120 646 2369
13121 646 2369
13122 646 2369
13123 646 2369
13118 647 2373
13119 647 2373
13120 647 2373
13121 647 2373
13122 647 2373
13123 647 2373