SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13232, 13233, 13234, 13235, 13236, 13237, 
    13238
  ) 
  AND feature_id IN (
    624, 627, 628, 595, 625, 553, 626, 622, 
    623, 646, 647, 636, 637
  ) 
  AND lang_code = 'en'

Query time 0.00475

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.02"
    },
    "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": 17,
      "rows_produced_per_join": 17,
      "filtered": "100.00",
      "using_index_for_skip_scan": true,
      "cost_info": {
        "read_cost": "5.32",
        "eval_cost": "1.70",
        "prefix_cost": "7.02",
        "data_read_per_join": "13K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`test2_gaseus`.`cscart_product_features_values`.`product_id` in (13232,13233,13234,13235,13236,13237,13238)) and (`test2_gaseus`.`cscart_product_features_values`.`feature_id` in (624,627,628,595,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
13232 553 1973
13233 553 1973
13234 553 1973
13235 553 1973
13236 553 1973
13237 553 1973
13238 553 1973
13232 595 1904
13233 595 1905
13234 595 1789
13235 595 2499
13236 595 1787
13237 595 1900
13238 595 1899
13232 622 2497
13233 622 2497
13234 622 2497
13235 622 2497
13236 622 2497
13237 622 2497
13238 622 2497
13232 623 2501
13233 623 2501
13234 623 2501
13235 623 2501
13236 623 2501
13237 623 2501
13238 623 2501
13232 624 1803
13233 624 1803
13234 624 1803
13235 624 1803
13236 624 1803
13237 624 1803
13238 624 1803
13232 625 2123
13233 625 2123
13234 625 2123
13235 625 2123
13236 625 2123
13237 625 2123
13238 625 2123
13232 626 1721
13233 626 1721
13234 626 1721
13235 626 1721
13236 626 1721
13237 626 1721
13238 626 1721
13232 627 1659
13233 627 1659
13234 627 1659
13235 627 1659
13236 627 1659
13237 627 1659
13238 627 1659
13232 628 1660
13233 628 1660
13234 628 1660
13235 628 1660
13236 628 1660
13237 628 1660
13238 628 1660
13232 636 2348
13233 636 2348
13234 636 2348
13235 636 2348
13236 636 2348
13237 636 2348
13238 636 2348
13232 637 2345
13233 637 2345
13234 637 2345
13235 637 2345
13236 637 2345
13237 637 2345
13238 637 2345
13232 646 2370
13233 646 2370
13234 646 2370
13235 646 2370
13236 646 2370
13237 646 2370
13238 646 2370
13232 647 2374
13233 647 2374
13234 647 2374
13235 647 2374
13236 647 2374
13237 647 2374
13238 647 2374