SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    29936, 29935, 29934, 29933, 29932, 29931, 
    29930, 29929, 29928, 29927, 29818
  ) 
  AND feature_id IN (23139) 
  AND lang_code = 'vi'

Query time 0.00101

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": 11,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.feature_id = 23139 and cscart_product_features_values.product_id in (29936,29935,29934,29933,29932,29931,29930,29929,29928,29927,29818) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
29818 23139 80221
29927 23139 80230
29928 23139 80231
29929 23139 80222
29930 23139 80223
29931 23139 80224
29932 23139 80225
29933 23139 80226
29934 23139 80227
29935 23139 80228
29936 23139 80229