SELECT 
  cscart_cp_power_seo_filter_names.name, 
  cscart_cp_power_seo_filter_names.variant_id 
FROM 
  cscart_cp_power_seo_filter_names 
WHERE 
  cscart_cp_power_seo_filter_names.variant_id in (
    '1219', '1220', '1216', '1217', '1218'
  ) 
  AND cscart_cp_power_seo_filter_names.type = 'v' 
  AND cscart_cp_power_seo_filter_names.lang_code = 'tr'

Query time 0.00019

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_cp_power_seo_filter_names ref type type 17 const 13 Using index condition; Using where

Result

name variant_id
bmw-f02 1220
bmw-f01 1219
bmw-f18 1218
bmw-f11 1217
bmw-f10 1216