SELECT 
  `data` 
FROM 
  cscart_storage_data 
WHERE 
  `data_key` = 'store_mode'

Query time 0.00084

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_storage_data const PRIMARY PRIMARY 767 const 1

Result

data