SELECT 
  name 
FROM 
  cscart_seo_names 
WHERE 
  object_id = 0 
  AND type = 's' 
  AND dispatch = 'products.picker'

Query time 0.00024

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_seo_names ref PRIMARY,dispatch PRIMARY 200 const,const,const 1 Using index condition