SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    12506, 12505, 12504, 12514, 12513, 12512, 
    12511, 12510, 12509, 12508, 12507, 
    12516, 12515, 12517, 12518, 12519, 
    12520, 12522, 12521, 12523
  ) 
  AND feature_id IN (553, 625, 624, 627, 628) 
  AND lang_code = 'en'

Query time 0.00476

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 (12506,12505,12504,12514,12513,12512,12511,12510,12509,12508,12507,12516,12515,12517,12518,12519,12520,12522,12521,12523)) and (`test2_gaseus`.`cscart_product_features_values`.`feature_id` in (553,625,624,627,628)) and (`test2_gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
12504 553 1935
12505 553 1935
12506 553 1935
12507 553 1935
12508 553 1935
12509 553 1935
12510 553 1935
12511 553 1935
12512 553 1935
12513 553 1935
12514 553 1935
12515 553 1935
12516 553 1935
12517 553 1935
12518 553 1935
12519 553 1935
12520 553 1935
12521 553 1935
12522 553 1935
12523 553 1935
12504 624 2381
12505 624 2381
12506 624 2381
12507 624 2381
12508 624 2381
12509 624 1803
12510 624 1803
12511 624 1803
12512 624 1803
12513 624 1803
12514 624 2381
12515 624 2381
12516 624 2381
12517 624 2381
12518 624 2381
12519 624 1803
12520 624 1803
12521 624 1803
12522 624 1803
12523 624 1803
12504 625 2423
12505 625 2415
12506 625 2131
12507 625 2426
12508 625 2173
12509 625 2423
12510 625 2415
12511 625 2131
12512 625 2426
12513 625 2173
12514 625 2423
12515 625 2415
12516 625 2131
12517 625 2426
12518 625 2173
12519 625 2423
12520 625 2415
12521 625 2131
12522 625 2426
12523 625 2173
12504 627 2424
12505 627 2424
12506 627 2424
12507 627 2424
12508 627 2424
12509 627 2424
12510 627 2424
12511 627 2424
12512 627 2424
12513 627 2424
12514 627 1836
12515 627 1836
12516 627 1836
12517 627 1836
12518 627 1836
12519 627 1836
12520 627 1836
12521 627 1836
12522 627 1836
12523 627 1836
12504 628 1660
12505 628 1660
12506 628 1660
12507 628 1660
12508 628 1660
12509 628 1660
12510 628 1660
12511 628 1660
12512 628 1660
12513 628 1660
12514 628 1660
12515 628 1660
12516 628 1660
12517 628 1660
12518 628 1660
12519 628 1660
12520 628 1660
12521 628 1660
12522 628 1660
12523 628 1660