SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'en' 
  AND lang.name IN (
    'cart_items', 'mb_kr_home.shop.title', 
    'cart_subtotal', 'cart_items', 'mb_kr_home.shop.title', 
    'cart_subtotal'
  )

Query time 0.00108

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": 3,
      "filtered": 100,
      "index_condition": "lang.lang_code = 'en' and lang.`name` in ('cart_items','mb_kr_home.shop.title','cart_subtotal','cart_items','mb_kr_home.shop.title','cart_subtotal')"
    }
  }
}

Result

name value
cart_items Cart items
cart_subtotal Cart subtotal
mb_kr_home.shop.title Parts shop