SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    26893, 32726, 32727, 32728, 32729, 32730, 
    32731, 32732, 32733, 32734, 32735, 
    32736
  ) 
  AND feature_id IN (23358, 23350) 
  AND lang_code = 'vi'

Query time 0.00804

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": 24,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.product_id in (26893,32726,32727,32728,32729,32730,32731,32732,32733,32734,32735,32736) and cscart_product_features_values.feature_id in (23358,23350) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
26893 23350 81002
26893 23358 81035
32726 23350 81003
32726 23358 81035
32727 23350 81004
32727 23358 81035
32728 23350 81005
32728 23358 81035
32729 23350 81006
32729 23358 81035
32730 23350 81007
32730 23358 81035
32731 23350 81002
32731 23358 81036
32732 23350 81003
32732 23358 81036
32733 23350 81004
32733 23358 81036
32734 23350 81005
32734 23358 81036
32735 23350 81006
32735 23358 81036
32736 23350 81007
32736 23358 81036