SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'en' 
  AND lang.name IN (
    'mb_kr_home.support.cta_title', 
    'mb_kr_home.support.cta_text', 
    'mb_kr_home.support.cta_login_note', 
    'mb_kr_home.support.cta_button', 
    'mb_kr_home.support.cta_manage', 
    'mb_kr_home.support.cta_title', 
    'mb_kr_home.support.cta_text', 
    'mb_kr_home.support.cta_login_note', 
    'mb_kr_home.support.cta_button', 
    'mb_kr_home.support.cta_manage'
  )

Query time 0.00033

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": 5,
      "filtered": 100,
      "index_condition": "lang.lang_code = 'en' and lang.`name` in ('mb_kr_home.support.cta_title','mb_kr_home.support.cta_text','mb_kr_home.support.cta_login_note','mb_kr_home.support.cta_button','mb_kr_home.support.cta_manage','mb_kr_home.support.cta_title','mb_kr_home.support.cta_text','mb_kr_home.support.cta_login_note','mb_kr_home.support.cta_button','mb_kr_home.support.cta_manage')"
    }
  }
}

Result

name value
mb_kr_home.support.cta_button Contact us
mb_kr_home.support.cta_login_note Sign in is required to send an inquiry.
mb_kr_home.support.cta_manage My inquiries
mb_kr_home.support.cta_text Send us your question and we will reply in your inquiry history.
mb_kr_home.support.cta_title Could not find the answer you need?