SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    12915, 12914, 12913, 12912, 12911, 12910, 
    12909
  ) 
  AND feature_id IN (
    637, 636, 623, 622, 626, 553, 625, 624, 
    627, 628, 595
  ) 
  AND lang_code = 'en'

Query time 0.00372

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 (12915,12914,12913,12912,12911,12910,12909)) and (`test2_gaseus`.`cscart_product_features_values`.`feature_id` in (637,636,623,622,626,553,625,624,627,628,595)) and (`test2_gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
12909 553 1973
12910 553 1973
12911 553 1973
12912 553 1973
12913 553 1973
12914 553 1973
12915 553 1973
12909 595 1904
12910 595 2451
12911 595 1787
12912 595 1905
12913 595 1900
12914 595 2455
12915 595 1462
12909 622 2485
12910 622 2485
12911 622 2485
12912 622 2485
12913 622 2489
12914 622 2489
12915 622 2485
12909 623 2486
12910 623 2486
12911 623 2486
12912 623 2486
12913 623 2490
12914 623 2490
12915 623 2486
12909 624 1657
12910 624 1657
12911 624 1657
12912 624 1657
12913 624 1657
12914 624 1657
12915 624 1657
12909 625 2124
12910 625 2124
12911 625 2124
12912 625 2124
12913 625 2124
12914 625 2124
12915 625 2124
12909 626 1723
12910 626 1723
12911 626 1723
12912 626 1723
12913 626 1723
12914 626 1723
12915 626 1723
12909 627 1659
12910 627 1659
12911 627 1659
12912 627 1659
12913 627 1659
12914 627 1659
12915 627 1659
12909 628 1660
12910 628 1660
12911 628 1660
12912 628 1660
12913 628 1660
12914 628 1660
12915 628 1660
12909 636 2344
12910 636 2344
12911 636 2344
12912 636 2344
12913 636 2344
12914 636 2344
12915 636 2344
12909 637 2345
12910 637 2345
12911 637 2345
12912 637 2345
12913 637 2345
12914 637 2345
12915 637 2345