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

JSON explain

{
  "query_block": {
    "select_id": 1,
    "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 = 'en' 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 Please confirm you are not a robot.
recaptcha.recaptcha_cookie_description Google reCAPTCHA is a service that provides anti-bot protection and verifies that site visitors are humans. Here is <a href="https://policies.google.com/privacy" target="_blank">Google privacy policy</a>; we also recommend Google's concise and comprehensive <a href="https://support.google.com/maps/answer/10400210" target="_blank">note on privacy</a>.
recaptcha.recaptcha_cookie_title Google reCAPTCHA