SELECT 
  lang.name, 
  lang.value 
FROM 
  netting_language_values lang 
WHERE 
  lang.lang_code = 'es' 
  AND lang.name IN (
    'vendor_locations.selected_city', 
    'vendor_locations.customer_geolocation', 
    'vendor_locations.not_your_city', 
    'vendor_locations.search_city', 
    'choose', 'vendor_locations.customer_geolocation', 
    'vendor_locations.select_city', 
    'vendor_locations.selected_city', 
    'vendor_locations.customer_geolocation', 
    'vendor_locations.not_your_city', 
    'vendor_locations.search_city', 
    'choose', 'vendor_locations.customer_geolocation', 
    'vendor_locations.select_city'
  )

Query time 0.00310

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": 6,
          "filtered": 100,
          "index_condition": "lang.lang_code = 'es' and lang.`name` in ('vendor_locations.selected_city','vendor_locations.customer_geolocation','vendor_locations.not_your_city','vendor_locations.search_city','choose','vendor_locations.customer_geolocation','vendor_locations.select_city','vendor_locations.selected_city','vendor_locations.customer_geolocation','vendor_locations.not_your_city','vendor_locations.search_city','choose','vendor_locations.customer_geolocation','vendor_locations.select_city')"
        }
      }
    ]
  }
}

Result

name value
choose Elija
vendor_locations.customer_geolocation Tu ubicación
vendor_locations.not_your_city ¿No es tu ciudad?
vendor_locations.search_city Buscar una ciudad
vendor_locations.selected_city Ciudad seleccionada
vendor_locations.select_city Seleccionar una ciudad