SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'zh' 
  AND lang.name IN (
    'text_profile_benefits', 'text_profile_details', 
    'text_profile_benefits', 'text_profile_details'
  )

Query time 0.00015

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.0042687,
    "nested_loop": [
      {
        "table": {
          "table_name": "lang",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "392",
          "used_key_parts": ["lang_code", "name"],
          "loops": 1,
          "rows": 2,
          "cost": 0.0042687,
          "filtered": 100,
          "attached_condition": "lang.lang_code = 'zh' and lang.`name` in ('text_profile_benefits','text_profile_details','text_profile_benefits','text_profile_details')"
        }
      }
    ]
  }
}

Result

name value
text_profile_benefits <h4>成为注册的会员的好处</h4><ul><li>随时登录检查订单状态</li><li>个性化您的购物</li><li>加快未来购买</li></ul>
text_profile_details <h4>个人资料</h4><p>在此页上,您可以修改您的登录信息和要在未来购物过程中使用的个人资料.</p><p>为了保护您的帐户的安全我们建议创建使用的密码时避免:</p><ul><li>任何语言的词典单词.</li><li>反过来拼单词, 常见拼写错误,及缩写.</li><li>连续或重复字符. 如: 12345678, 222222, abcdefg, 或在键盘上的相邻字母(qwerty).</li><li>个人信息. 您的名字, 生日, 驾驶证号码, 护照号码, 或类型信息.</li></ul>