SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    17273, 17272, 17271, 17270, 17269, 17268, 
    17267, 17266, 17265, 5294
  ) 
  AND feature_id IN (20084) 
  AND lang_code = 'vi'

Query time 0.00178

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": 10,
          "filtered": 0.012653423,
          "attached_condition": "cscart_product_features_values.feature_id = 20084 and cscart_product_features_values.product_id in (17273,17272,17271,17270,17269,17268,17267,17266,17265,5294) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
5294 20084 70250
17265 20084 70241
17266 20084 70242
17267 20084 70243
17268 20084 70244
17269 20084 70245
17270 20084 70246
17271 20084 70247
17272 20084 70248
17273 20084 70249