SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    49316, 49317, 49315, 49017, 49321, 49320, 
    49319, 49318, 49314
  ) 
  AND feature_id IN (24991) 
  AND lang_code = 'vi'

Query time 0.00823

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": 52.94117737,
          "attached_condition": "cscart_product_features_values.feature_id = 24991 and cscart_product_features_values.product_id in (49316,49317,49315,49017,49321,49320,49319,49318,49314) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
49017 24991 87170
49314 24991 87171
49315 24991 87172
49316 24991 87173
49317 24991 87174
49318 24991 87258
49319 24991 87259
49320 24991 87260
49321 24991 87261