SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    26895, 32569, 32570, 32571, 32572, 32573, 
    32574, 32575, 32576, 32577, 32578, 
    32579, 32580, 32581, 32582, 32583, 
    32584, 32585
  ) 
  AND feature_id IN (23350, 23351) 
  AND lang_code = 'vi'

Query time 0.00272

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": 36,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.product_id in (26895,32569,32570,32571,32572,32573,32574,32575,32576,32577,32578,32579,32580,32581,32582,32583,32584,32585) and cscart_product_features_values.feature_id in (23350,23351) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
26895 23350 81002
26895 23351 81011
32569 23350 81002
32569 23351 81012
32570 23350 81002
32570 23351 81013
32571 23350 81003
32571 23351 81011
32572 23350 81003
32572 23351 81012
32573 23350 81003
32573 23351 81013
32574 23350 81004
32574 23351 81011
32575 23350 81004
32575 23351 81012
32576 23350 81004
32576 23351 81013
32577 23350 81005
32577 23351 81011
32578 23350 81005
32578 23351 81012
32579 23350 81005
32579 23351 81013
32580 23350 81006
32580 23351 81011
32581 23350 81006
32581 23351 81012
32582 23350 81006
32582 23351 81013
32583 23350 81007
32583 23351 81011
32584 23350 81007
32584 23351 81012
32585 23350 81007
32585 23351 81013