SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (13149, 13148) 
  AND feature_id IN (
    628, 627, 624, 625, 553, 626, 622, 623, 
    646, 647, 636, 637
  ) 
  AND lang_code = 'en'

Query time 0.00518

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.49"
    },
    "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": 4,
      "rows_produced_per_join": 4,
      "filtered": "100.00",
      "using_index_for_skip_scan": true,
      "cost_info": {
        "read_cost": "3.10",
        "eval_cost": "0.40",
        "prefix_cost": "3.50",
        "data_read_per_join": "3K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`test2_gaseus`.`cscart_product_features_values`.`product_id` in (13149,13148)) and (`test2_gaseus`.`cscart_product_features_values`.`feature_id` in (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
13148 553 1912
13149 553 1912
13148 622 2497
13149 622 2497
13148 623 2524
13149 623 2524
13148 624 1803
13149 624 1803
13148 625 2122
13149 625 2122
13148 626 1928
13149 626 1928
13148 627 2378
13149 627 2378
13148 628 1712
13149 628 1712
13148 636 2348
13149 636 2348
13148 637 2345
13149 637 2345
13148 646 2369
13149 646 2370
13148 647 2373
13149 647 2374