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', 'total_items', 
    'view_cart', 'checkout', 'cart_items', 
    'mb_kr_home.shop.title', 'cart_subtotal', 
    'total_items', 'view_cart', 'checkout'
  )

Query time 0.00997

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

Result

name value
cart_items Cart items
cart_subtotal Cart subtotal
checkout Checkout
mb_kr_home.shop.title Parts shop
total_items Total items
view_cart View cart