SELECT 
  value 
FROM 
  cscart_form_options 
WHERE 
  element_type = 'U' 
  AND page_id = 119

Query time 0.00024

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_form_options ref page_id page_id 3 const 1 Using where