SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'zh' 
  AND lang.name IN (
    'error_validator_recaptcha', 'recaptcha.recaptcha_cookie_title', 
    'recaptcha.recaptcha_cookie_description', 
    'error_validator_recaptcha', 'recaptcha.recaptcha_cookie_title', 
    'recaptcha.recaptcha_cookie_description'
  )

Query time 0.00025

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.00600749,
    "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": 3,
          "cost": 0.00600749,
          "filtered": 100,
          "attached_condition": "lang.lang_code = 'zh' and lang.`name` in ('error_validator_recaptcha','recaptcha.recaptcha_cookie_title','recaptcha.recaptcha_cookie_description','error_validator_recaptcha','recaptcha.recaptcha_cookie_title','recaptcha.recaptcha_cookie_description')"
        }
      }
    ]
  }
}

Result

name value
error_validator_recaptcha 请确认你不是一个机器人。
recaptcha.recaptcha_cookie_description Google reCAPTCHA 是一项提供反机器人保护并验证网站访问者是否为人类的服务。这里是 <a href="https://policies.google.com/privacy" target="_blank">谷歌隐私政策</a>;我们还推荐 Google 简洁而全面的 <a href="https://support.google.com/maps/answer/10400210" target="_blank">隐私说明</a>。
recaptcha.recaptcha_cookie_title 谷歌验证码