SELECT 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  feature_id = 30 
  AND product_id = 659 
  AND lang_code = 'en'

Query time 0.00041

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_features_values ref PRIMARY,fl,lang_code,product_id,fpl PRIMARY 6 const,const 3 Using where; Using index

Result

variant_id
5936