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

Query time 0.00095

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": 2,
          "filtered": 100,
          "index_condition": "lang.lang_code = 'es' 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 Búsqueda
geo_maps.cannot_select_location Este lugar no ha podido ser seleccionado por razones técnicas. Si encuentra alguna dificultad al realizar un pedido, póngase en contacto con nosotros.