SELECT 
  object_id, 
  name 
FROM 
  cscart_seo_names 
WHERE 
  name IN ('blog') 
  AND type = 'a' 
  AND lang_code = 'tr'

Query time 0.00022

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_seo_names ref name,type name 758 const,const 1 Using index condition; Using where

Result

object_id name
7 blog