SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    32304, 32347, 32348, 32349, 32350, 32351, 
    32352, 32353, 32354, 32355
  ) 
  AND feature_id IN (23308, 23309) 
  AND lang_code = 'vi'

Query time 0.00159

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "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",
          "key_length": "12",
          "used_key_parts": ["product_id", "feature_id", "lang_code"],
          "rows": 20,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.product_id in (32304,32347,32348,32349,32350,32351,32352,32353,32354,32355) and cscart_product_features_values.feature_id in (23308,23309) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
32304 23308 80862
32304 23309 80864
32347 23308 80862
32347 23309 80865
32348 23308 80862
32348 23309 80866
32349 23308 80862
32349 23309 80867
32350 23308 80862
32350 23309 80868
32351 23308 80863
32351 23309 80864
32352 23308 80863
32352 23309 80865
32353 23308 80863
32353 23309 80866
32354 23308 80863
32354 23309 80867
32355 23308 80863
32355 23309 80868