SELECT 
  MAX(amount) 
FROM 
  cscart_product_options_inventory 
WHERE 
  product_id = 556

Query time 0.00028

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_options_inventory ref pc pc 3 const 1

Result

MAX(amount)