SELECT 
  inventory 
FROM 
  cscart_product_options 
WHERE 
  option_id = 1321

Query time 0.00047

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_options const PRIMARY PRIMARY 3 const 1

Result

inventory
Y