SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    15634, 15633, 15632, 15631, 15630, 15629, 
    15628, 15627, 15626, 6043
  ) 
  AND feature_id IN (19818) 
  AND lang_code = 'vi'

Query time 0.00152

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": 100,
          "attached_condition": "cscart_product_features_values.feature_id = 19818 and cscart_product_features_values.product_id in (15634,15633,15632,15631,15630,15629,15628,15627,15626,6043) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
6043 19818 68931
15626 19818 68922
15627 19818 68923
15628 19818 68924
15629 19818 68925
15630 19818 68926
15631 19818 68927
15632 19818 68928
15633 19818 68929
15634 19818 68930