SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'es' 
  AND lang.name IN (
    'remove', 'remove', 'gift_certificate', 
    'free_products', 'quick_view', 'gift_certificate', 
    'edit', 'gift_certificate', 'gift_cert_to', 
    'gift_cert_from', 'amount', 'send_via', 
    'email', 'postal_mail', 'free_products', 
    'product', 'price', 'quantity', 'subtotal', 
    'price_summary', 'remove', 'remove', 
    'gift_certificate', 'free_products', 
    'quick_view', 'gift_certificate', 
    'edit', 'gift_certificate', 'gift_cert_to', 
    'gift_cert_from', 'amount', 'send_via', 
    'email', 'postal_mail', 'free_products', 
    'product', 'price', 'quantity', 'subtotal', 
    'price_summary'
  )

Query time 0.00141

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "lang",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "392",
          "used_key_parts": ["lang_code", "name"],
          "rows": 16,
          "filtered": 100,
          "index_condition": "lang.lang_code = 'es' and lang.`name` in ('remove','remove','gift_certificate','free_products','quick_view','gift_certificate','edit','gift_certificate','gift_cert_to','gift_cert_from','amount','send_via','email','postal_mail','free_products','product','price','quantity','subtotal','price_summary','remove','remove','gift_certificate','free_products','quick_view','gift_certificate','edit','gift_certificate','gift_cert_to','gift_cert_from','amount','send_via','email','postal_mail','free_products','product','price','quantity','subtotal','price_summary')"
        }
      }
    ]
  }
}

Result

name value
amount Cantidad
edit Editar
email email
free_products Productos gratis
gift_certificate Certificado de regalo
gift_cert_from De
gift_cert_to a
postal_mail Correo postal
price Precio
price_summary Resumen de precios
product Artículo
quantity Cantidad
quick_view Vista rápida
remove Borrar
send_via Enviar por
subtotal Subtotal