SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    18795, 18794, 18793, 18792, 18791, 18790, 
    18789, 18788, 3869
  ) 
  AND feature_id IN (20469) 
  AND lang_code = 'vi'

Query time 0.00599

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": 9,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.feature_id = 20469 and cscart_product_features_values.product_id in (18795,18794,18793,18792,18791,18790,18789,18788,3869) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
3869 20469 71611
18788 20469 71603
18789 20469 71604
18790 20469 71605
18791 20469 71606
18792 20469 71607
18793 20469 71608
18794 20469 71609
18795 20469 71610