SELECT 
  feature_id, 
  variant_id, 
  value, 
  value_int 
FROM 
  cscart_product_features_values 
WHERE 
  product_id = 10124 
  AND lang_code = 'de'

Query time 0.00040

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_features_values ref lang_code,product_id,product_id_idx,product_feature_idx product_id 3 const 56 Using where

Result

feature_id variant_id value value_int
30 6222
127 5895
128 5899
169 0 1.040
174 6233
174 6234
174 6232
170 6219
171 6225
175 6236
178 6329
129 5902
173 6228
173 6229
174 6235