SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'en' 
  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', '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', 'preview', 'purchase_gift_certificate', 
    'gift_certificate'
  )

Query time 0.00071

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "52.81"
    },
    "table": {
      "table_name": "lang",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "lang_code",
        "name"
      ],
      "key_length": "392",
      "rows_examined_per_scan": 22,
      "rows_produced_per_join": 22,
      "filtered": "100.00",
      "index_condition": "((`satishecarter_dec_setup_001`.`lang`.`lang_code` = 'en') and (`satishecarter_dec_setup_001`.`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','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','preview','purchase_gift_certificate','gift_certificate')))",
      "cost_info": {
        "read_cost": "48.41",
        "eval_cost": "4.40",
        "prefix_cost": "52.81",
        "data_read_per_join": "8K"
      },
      "used_columns": [
        "lang_code",
        "name",
        "value"
      ]
    }
  }
}

Result

name value
address Address
amount Amount
city City
country Country
gift_add_products Add products for a gift
gift_certificate Gift certificate
gift_certificates.recipient_email Recipient email
gift_comment Message
how_to_send How to send?
preview Preview
purchasers_name From
purchase_gift_certificate Purchase Gift Certificate
recipients_name To
select_country Select country
select_state Select state
send_via_email Send via email
send_via_postal_mail Send via postal mail
state State/Province
template Template
text_gift_cert_amount_alert Amount should be between [min] and [max]
text_no_products_defined No products defined
zip_postal_code Zip/postal code