SELECT 
  *, 
  amount AS pure_amount 
FROM 
  cscart_reward_points 
WHERE 
  object_id = 603 
  AND object_type = 'C' 
  AND company_id = 0 
  AND amount > 0 
  AND usergroup_id IN(0, 1) 
ORDER BY 
  amount_type ASC, 
  amount ASC 
LIMIT 
  1

Query time 0.00011

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