SELECT 
  min_qty, 
  max_qty, 
  qty_step, 
  list_qty_count 
FROM 
  cscart_product_options_inventory 
WHERE 
  combination_hash = '650354627'

Query time 0.00015

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE Impossible WHERE noticed after reading const tables