SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    339, 338, 337, 335, 334, 333, 331, 330, 
    329, 341, 342, 343, 371, 372, 373, 374, 
    375, 376, 377, 378
  ) 
  AND feature_id IN (550, 549, 551, 548) 
  AND lang_code = 'en'

Query time 0.00157

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "40.13"
    },
    "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"
      ],
      "key_length": "6",
      "rows_examined_per_scan": 89,
      "rows_produced_per_join": 88,
      "filtered": "99.75",
      "using_index": true,
      "cost_info": {
        "read_cost": "22.37",
        "eval_cost": "17.76",
        "prefix_cost": "40.13",
        "data_read_per_join": "68K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`pankajecarter_systemfour`.`cscart_product_features_values`.`product_id` in (339,338,337,335,334,333,331,330,329,341,342,343,371,372,373,374,375,376,377,378)) and (`pankajecarter_systemfour`.`cscart_product_features_values`.`feature_id` in (550,549,551,548)) and (`pankajecarter_systemfour`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
329 548 1197
330 548 1195
331 548 1197
333 548 1197
334 548 1195
335 548 1197
337 548 1197
338 548 1195
339 548 1197
341 548 1197
342 548 1195
343 548 1197
371 548 1195
372 548 1197
373 548 1195
374 548 1197
375 548 1195
376 548 1197
377 548 1195
378 548 1197
329 549 1199
330 549 1199
331 549 1199
333 549 1200
334 549 1200
335 549 1200
337 549 1199
338 549 1199
339 549 1199
341 549 1200
342 549 1200
343 549 1200
371 549 1199
372 549 1199
373 549 1200
374 549 1200
375 549 1199
376 549 1199
377 549 1200
378 549 1200
329 550 1203
330 550 1203
331 550 1203
333 550 1203
334 550 1203
335 550 1203
337 550 1204
338 550 1204
339 550 1204
341 550 1204
342 550 1204
343 550 1204
371 550 1203
372 550 1203
373 550 1203
374 550 1203
375 550 1204
376 550 1204
377 550 1204
378 550 1204
329 551 1207
330 551 1209
331 551 1209
333 551 1207
334 551 1209
335 551 1209
337 551 1207
338 551 1209
339 551 1209
341 551 1207
342 551 1209
343 551 1209
371 551 1208
372 551 1208
373 551 1208
374 551 1208
375 551 1208
376 551 1208
377 551 1208
378 551 1208