SELECT 
  lang.name, 
  lang.value 
FROM 
  cscart_language_values lang 
WHERE 
  lang.lang_code = 'en' 
  AND lang.name IN (
    'admin_search_field', 'geo_maps.cannot_select_location', 
    'admin_search_field', 'geo_maps.cannot_select_location'
  )

Query time 0.00022

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": 2,
      "filtered": 100,
      "index_condition": "lang.lang_code = 'en' and lang.`name` in ('admin_search_field','geo_maps.cannot_select_location','admin_search_field','geo_maps.cannot_select_location')"
    }
  }
}

Result

name value
admin_search_field Search
geo_maps.cannot_select_location This location couldn't be selected due to technical reasons. If you encounter any difficulties when placing an order, please contact us.