SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13114, 13112, 13113, 13117, 13116, 13115
  ) 
  AND feature_id IN (
    595, 628, 627, 624, 625, 553, 626, 622, 
    623, 646, 647, 636, 637
  ) 
  AND lang_code = 'en'

Query time 0.00469

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "6.21"
    },
    "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": 14,
      "rows_produced_per_join": 14,
      "filtered": "100.00",
      "using_index_for_skip_scan": true,
      "cost_info": {
        "read_cost": "4.81",
        "eval_cost": "1.40",
        "prefix_cost": "6.21",
        "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 (13114,13112,13113,13117,13116,13115)) 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
13112 553 1973
13113 553 1973
13114 553 1973
13115 553 1973
13116 553 1973
13117 553 1973
13112 595 1904
13113 595 1905
13114 595 2451
13115 595 1787
13116 595 1900
13117 595 1899
13112 622 2497
13113 622 2497
13114 622 2497
13115 622 2497
13116 622 2497
13117 622 2497
13112 623 2518
13113 623 2518
13114 623 2518
13115 623 2518
13116 623 2518
13117 623 2518
13112 624 1803
13113 624 1803
13114 624 1803
13115 624 1803
13116 624 1803
13117 624 1803
13112 625 2517
13113 625 2517
13114 625 2517
13115 625 2517
13116 625 2517
13117 625 2517
13112 626 2057
13113 626 2057
13114 626 2057
13115 626 2057
13116 626 2057
13117 626 2057
13112 627 1659
13113 627 1659
13114 627 1659
13115 627 1659
13116 627 1659
13117 627 1659
13112 628 1660
13113 628 1660
13114 628 1660
13115 628 1660
13116 628 1660
13117 628 1660
13112 636 2348
13113 636 2348
13114 636 2348
13115 636 2348
13116 636 2348
13117 636 2348
13112 637 2345
13113 637 2345
13114 637 2345
13115 637 2345
13116 637 2345
13117 637 2345
13112 646 2369
13113 646 2369
13114 646 2369
13115 646 2369
13116 646 2369
13117 646 2369
13112 647 2373
13113 647 2373
13114 647 2373
13115 647 2373
13116 647 2373
13117 647 2373