SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'en' 
  AND lang.name IN (
    'object_not_found', 'text_nothing_found', 
    'reset', 'object_not_found', 'text_nothing_found', 
    'reset'
  )

Query time 0.00072

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 ('object_not_found','text_nothing_found','reset','object_not_found','text_nothing_found','reset')"
    }
  }
}

Result

name value
object_not_found The [object] not found
reset Reset
text_nothing_found Nothing found