SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    27857, 32752, 32753, 32754, 32755, 32756, 
    45640, 45645, 45644, 45643, 45642, 
    45641
  ) 
  AND feature_id IN (23350) 
  AND lang_code = 'vi'

Query time 0.00295

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": "PRIMARY",
          "key_length": "6",
          "used_key_parts": ["feature_id", "product_id"],
          "rows": 17,
          "filtered": 70.58823395,
          "attached_condition": "cscart_product_features_values.feature_id = 23350 and cscart_product_features_values.product_id in (27857,32752,32753,32754,32755,32756,45640,45645,45644,45643,45642,45641) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
27857 23350 81002
32752 23350 81003
32753 23350 81004
32754 23350 81005
32755 23350 81006
32756 23350 81007
45640 23350 85957
45641 23350 85958
45642 23350 85959
45643 23350 85954
45644 23350 85955
45645 23350 85956