SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    18610, 18609, 18608, 18607, 18606, 18605, 
    18604, 18603, 18602, 18601, 18600, 
    4113
  ) 
  AND feature_id IN (20381) 
  AND lang_code = 'vi'

Query time 0.00118

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": 12,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.feature_id = 20381 and cscart_product_features_values.product_id in (18610,18609,18608,18607,18606,18605,18604,18603,18602,18601,18600,4113) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
4113 20381 71342
18600 20381 71331
18601 20381 71332
18602 20381 71333
18603 20381 71334
18604 20381 71335
18605 20381 71336
18606 20381 71337
18607 20381 71338
18608 20381 71339
18609 20381 71340
18610 20381 71341