SELECT 
  lang.name, 
  lang.value 
FROM 
  netting_language_values lang 
WHERE 
  lang.lang_code = 'es' 
  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.00031

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": 3,
          "filtered": 100,
          "index_condition": "lang.lang_code = 'es' 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 Por favor confirme que usted no es un robot.
recaptcha.recaptcha_cookie_description Google reCAPTCHA es un servicio que brinda protección contra bots y verifica que los visitantes del sitio sean humanos. Aquí está <a href="https://policies.google.com/privacy" target="_blank">la política de privacidad de Google</a>; también recomendamos la nota <a href="https://support.google.com/maps/answer/10400210" target="_blank">concisa y completa de Google sobre privacidad</a>.
recaptcha.recaptcha_cookie_title ReCAPTCHA de Google