SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13078, 13079, 13080, 13081, 13082, 13083, 
    13084
  ) 
  AND feature_id IN (
    595, 628, 627, 624, 625, 553, 626, 622, 
    623, 646, 647, 636, 637
  ) 
  AND lang_code = 'en'

Query time 0.00791

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 (13078,13079,13080,13081,13082,13083,13084)) 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
13078 553 1973
13079 553 1973
13080 553 1973
13081 553 1973
13082 553 1973
13083 553 1973
13084 553 1973
13078 595 1904
13079 595 1905
13080 595 1789
13081 595 2499
13082 595 1787
13083 595 1900
13084 595 1899
13078 622 2497
13079 622 2497
13080 622 2497
13081 622 2497
13082 622 2497
13083 622 2497
13084 622 2497
13078 623 2501
13079 623 2501
13080 623 2501
13081 623 2501
13082 623 2501
13083 623 2501
13084 623 2501
13078 624 1803
13079 624 1803
13080 624 1803
13081 624 1803
13082 624 1803
13083 624 1803
13084 624 1803
13078 625 2124
13079 625 2124
13080 625 2124
13081 625 2124
13082 625 2124
13083 625 2124
13084 625 2124
13078 626 1723
13079 626 1723
13080 626 1723
13081 626 1723
13082 626 1723
13083 626 1723
13084 626 1723
13078 627 1659
13079 627 1659
13080 627 1659
13081 627 1659
13082 627 1659
13083 627 1659
13084 627 1659
13078 628 1660
13079 628 1660
13080 628 1660
13081 628 1660
13082 628 1660
13083 628 1660
13084 628 1660
13078 636 2348
13079 636 2348
13080 636 2348
13081 636 2348
13082 636 2348
13083 636 2348
13084 636 2348
13078 637 2345
13079 637 2345
13080 637 2345
13081 637 2345
13082 637 2345
13083 637 2345
13084 637 2345
13078 646 2369
13079 646 2369
13080 646 2369
13081 646 2369
13082 646 2369
13083 646 2369
13084 646 2369
13078 647 2373
13079 647 2373
13080 647 2373
13081 647 2373
13082 647 2373
13083 647 2373
13084 647 2373