SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'en' 
  AND lang.name IN (
    'mb_kr_home.account.guest_hint', 
    'mb_kr_home.account.vendor_dashboard', 
    'mb_kr_home.account.support', 'mb_kr_home.account.my_orders', 
    'mb_kr_home.account.guest_hint', 
    'mb_kr_home.account.vendor_dashboard', 
    'mb_kr_home.account.support', 'mb_kr_home.account.my_orders'
  )

Query time 0.00909

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": 4,
      "filtered": 100,
      "index_condition": "lang.lang_code = 'en' and lang.`name` in ('mb_kr_home.account.guest_hint','mb_kr_home.account.vendor_dashboard','mb_kr_home.account.support','mb_kr_home.account.my_orders','mb_kr_home.account.guest_hint','mb_kr_home.account.vendor_dashboard','mb_kr_home.account.support','mb_kr_home.account.my_orders')"
    }
  }
}

Result

name value
mb_kr_home.account.guest_hint Sign in to access more services.
mb_kr_home.account.my_orders My orders
mb_kr_home.account.support Customer support
mb_kr_home.account.vendor_dashboard Vendor dashboard