SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    81948, 149025, 149026, 149027, 149028, 
    149029, 149030, 149031, 149032, 149033, 
    149034, 149035, 149036, 149037, 149038, 
    149039, 149040, 149041
  ) 
  AND feature_id IN (548, 549) 
  AND lang_code = 'en'

Query time 0.00173

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "15.50"
    },
    "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": "lang_code",
      "used_key_parts": [
        "lang_code",
        "feature_id",
        "product_id"
      ],
      "key_length": "12",
      "rows_examined_per_scan": 36,
      "rows_produced_per_join": 36,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "8.30",
        "eval_cost": "7.20",
        "prefix_cost": "15.50",
        "data_read_per_join": "27K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_features_values`.`product_id` in (81948,149025,149026,149027,149028,149029,149030,149031,149032,149033,149034,149035,149036,149037,149038,149039,149040,149041)) and (`webmarco`.`cscart_product_features_values`.`feature_id` in (548,549)) and (`webmarco`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
81948 548 1193
149025 548 1195
149026 548 1194
149027 548 1193
149028 548 1195
149029 548 1194
149030 548 1193
149031 548 1195
149032 548 1194
149033 548 1193
149034 548 1195
149035 548 1194
149036 548 1193
149037 548 1195
149038 548 1194
149039 548 1193
149040 548 1195
149041 548 1194
81948 549 1515
149025 549 1515
149026 549 1515
149027 549 1518
149028 549 1518
149029 549 1518
149030 549 37925
149031 549 37925
149032 549 37925
149033 549 1199
149034 549 1199
149035 549 1199
149036 549 38109
149037 549 38109
149038 549 38109
149039 549 1498
149040 549 1498
149041 549 1498