SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    19200, 19199, 19198, 19197, 19196, 19195, 
    3596
  ) 
  AND feature_id IN (20566) 
  AND lang_code = 'vi'

Query time 0.00093

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": 7,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.feature_id = 20566 and cscart_product_features_values.product_id in (19200,19199,19198,19197,19196,19195,3596) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
3596 20566 71939
19195 20566 71933
19196 20566 71934
19197 20566 71935
19198 20566 71936
19199 20566 71937
19200 20566 71938