SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'zh' 
  AND lang.name IN (
    'text_gift_cert_amount_alert', 'recipients_name', 
    'purchasers_name', 'amount', 'gift_comment', 
    'text_no_products_defined', 'gift_add_products', 
    'how_to_send', 'send_via_email', 
    'send_via_postal_mail', 'gift_certificates.recipient_email', 
    'template', 'address', 'city', 'country', 
    'select_country', 'state', 'select_state', 
    'zip_postal_code', 'schedule_gift_certificate', 
    'preview', 'purchase_gift_certificate', 
    'gift_certificate', 'text_gift_cert_amount_alert', 
    'recipients_name', 'purchasers_name', 
    'amount', 'gift_comment', 'text_no_products_defined', 
    'gift_add_products', 'how_to_send', 
    'send_via_email', 'send_via_postal_mail', 
    'gift_certificates.recipient_email', 
    'template', 'address', 'city', 'country', 
    'select_country', 'state', 'select_state', 
    'zip_postal_code', 'schedule_gift_certificate', 
    'preview', 'purchase_gift_certificate', 
    'gift_certificate'
  )

Query time 0.00044

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.04078329,
    "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": 23,
          "cost": 0.04078329,
          "filtered": 100,
          "attached_condition": "lang.lang_code = 'zh' and lang.`name` in ('text_gift_cert_amount_alert','recipients_name','purchasers_name','amount','gift_comment','text_no_products_defined','gift_add_products','how_to_send','send_via_email','send_via_postal_mail','gift_certificates.recipient_email','template','address','city','country','select_country','state','select_state','zip_postal_code','schedule_gift_certificate','preview','purchase_gift_certificate','gift_certificate','text_gift_cert_amount_alert','recipients_name','purchasers_name','amount','gift_comment','text_no_products_defined','gift_add_products','how_to_send','send_via_email','send_via_postal_mail','gift_certificates.recipient_email','template','address','city','country','select_country','state','select_state','zip_postal_code','schedule_gift_certificate','preview','purchase_gift_certificate','gift_certificate')"
        }
      }
    ]
  }
}

Result

name value
address 地址
amount 总额
city 城市
country 国家
gift_add_products 添加产品礼品
gift_certificate 礼券
gift_certificates.recipient_email 收件人电子邮件
gift_comment 消息
how_to_send 如何发送?
preview 预览
purchase_gift_certificate 购买礼卷
purchasers_name 来自
recipients_name
schedule_gift_certificate Schedule gift certificate
select_country 选择国家
select_state 选择省/洲
send_via_email 通过电子邮件发送
send_via_postal_mail 通过邮寄发送
state 州/省份
template 模板
text_gift_cert_amount_alert 金额应介于[min] 和[max] 之间
text_no_products_defined 没有定义产品
zip_postal_code 邮编