SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    17264, 17263, 17262, 17261, 17260, 17259, 
    17258, 5296
  ) 
  AND feature_id IN (20083) 
  AND lang_code = 'vi'

Query time 0.00341

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": 8,
          "filtered": 0.009490067,
          "attached_condition": "cscart_product_features_values.feature_id = 20083 and cscart_product_features_values.product_id in (17264,17263,17262,17261,17260,17259,17258,5296) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
5296 20083 70240
17258 20083 70233
17259 20083 70234
17260 20083 70235
17261 20083 70236
17262 20083 70237
17263 20083 70238
17264 20083 70239