SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    2524, 2525, 2526, 2527, 2528, 2529, 2530, 
    2531
  ) 
  AND feature_id IN (643, 656, 648) 
  AND lang_code = 'en'

Query time 0.00161

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.29"
    },
    "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": "idx_product_feature_variant_id",
      "used_key_parts": [
        "product_id",
        "feature_id",
        "lang_code"
      ],
      "key_length": "12",
      "rows_examined_per_scan": 24,
      "rows_produced_per_join": 24,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "2.89",
        "eval_cost": "2.40",
        "prefix_cost": "5.29",
        "data_read_per_join": "18K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_features_values`.`product_id` in (2524,2525,2526,2527,2528,2529,2530,2531)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_features_values`.`feature_id` in (643,656,648)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
2524 643 1684
2524 648 1561
2524 656 1560
2525 643 2870
2525 648 1687
2525 656 1560
2526 643 2870
2526 648 1687
2526 656 1596
2527 643 2870
2527 648 1687
2527 656 1600
2528 643 2870
2528 648 1687
2528 656 2758
2529 643 1684
2529 648 1561
2529 656 1596
2530 643 1684
2530 648 1561
2530 656 1600
2531 643 1684
2531 648 1561
2531 656 2758