SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    12908, 12907, 12906, 12905, 12900, 12901, 
    12902, 12903, 12904
  ) 
  AND feature_id IN (
    623, 622, 626, 553, 625, 624, 627, 628, 
    595, 637, 636
  ) 
  AND lang_code = 'en'

Query time 0.00354

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "8.11"
    },
    "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": 21,
      "rows_produced_per_join": 21,
      "filtered": "100.00",
      "using_index_for_skip_scan": true,
      "cost_info": {
        "read_cost": "6.01",
        "eval_cost": "2.10",
        "prefix_cost": "8.11",
        "data_read_per_join": "16K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`test2_gaseus`.`cscart_product_features_values`.`product_id` in (12908,12907,12906,12905,12900,12901,12902,12903,12904)) and (`test2_gaseus`.`cscart_product_features_values`.`feature_id` in (623,622,626,553,625,624,627,628,595,637,636)) and (`test2_gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
12900 553 1973
12901 553 1973
12902 553 1973
12903 553 1973
12904 553 1973
12905 553 1973
12906 553 1973
12907 553 1973
12908 553 1973
12900 595 1904
12901 595 2000
12902 595 2451
12903 595 1787
12904 595 1905
12905 595 1900
12906 595 2455
12907 595 1462
12908 595 1902
12900 622 2485
12901 622 2489
12902 622 2485
12903 622 2485
12904 622 2485
12905 622 2489
12906 622 2489
12907 622 2485
12908 622 2489
12900 623 2486
12901 623 2490
12902 623 2486
12903 623 2486
12904 623 2486
12905 623 2490
12906 623 2490
12907 623 2486
12908 623 2490
12900 624 1675
12901 624 2447
12902 624 1675
12903 624 1675
12904 624 1675
12905 624 1675
12906 624 1675
12907 624 1675
12908 624 1675
12900 625 2123
12901 625 2413
12902 625 2123
12903 625 2123
12904 625 2123
12905 625 2123
12906 625 2123
12907 625 2123
12908 625 2139
12900 626 1721
12901 626 1718
12902 626 1721
12903 626 1721
12904 626 1721
12905 626 1721
12906 626 1721
12907 626 1721
12908 626 2003
12900 627 1659
12901 627 1659
12902 627 1659
12903 627 1659
12904 627 1659
12905 627 1659
12906 627 1659
12907 627 1659
12908 627 1659
12900 628 1660
12901 628 1660
12902 628 1660
12903 628 1660
12904 628 1660
12905 628 1660
12906 628 1660
12907 628 1660
12908 628 1660
12900 636 2344
12901 636 2344
12902 636 2344
12903 636 2344
12904 636 2344
12905 636 2344
12906 636 2344
12907 636 2344
12908 636 2344
12900 637 2345
12901 637 2345
12902 637 2345
12903 637 2345
12904 637 2345
12905 637 2345
12906 637 2345
12907 637 2345
12908 637 2345