SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    7004, 7005, 7006, 7007, 7008, 7009, 7010, 
    7011, 7012, 7013, 7014, 7015
  ) 
  AND feature_id IN (656, 648) 
  AND lang_code = 'en'

Query time 0.00137

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 (7004,7005,7006,7007,7008,7009,7010,7011,7012,7013,7014,7015)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_features_values`.`feature_id` in (656,648)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
7004 648 1565
7004 656 7521
7005 648 1562
7005 656 1607
7006 648 1563
7006 656 1607
7007 648 1564
7007 656 1607
7008 648 1565
7008 656 1607
7009 648 1562
7009 656 7064
7010 648 1563
7010 656 7064
7011 648 1564
7011 656 7064
7012 648 1565
7012 656 7064
7013 648 1562
7013 656 7521
7014 648 1563
7014 656 7521
7015 648 1564
7015 656 7521