SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'ru' 
  AND lang.name IN (
    'bottom_about_us', 'bottom_our_brands', 
    'bottom_sitemap', 'bottom_blog', 
    'ec_ticketing', 'infocenter', 'blog'
  )

Query time 0.00020

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "lang",
      "access_type": "range",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "392",
      "used_key_parts": ["lang_code", "name"],
      "rows": 7,
      "filtered": 100,
      "index_condition": "lang.lang_code = 'ru' and lang.`name` in ('bottom_about_us','bottom_our_brands','bottom_sitemap','bottom_blog','ec_ticketing','infocenter','blog')"
    }
  }
}

Result

name value
blog 블로그
bottom_about_us 소개
bottom_blog Blog
bottom_our_brands Our Brands
bottom_sitemap 사이트맵
ec_ticketing 고객지원요청
infocenter 지원센터