SELECT 
  lang.name, 
  lang.value 
FROM 
  ushop_language_values lang 
WHERE 
  lang.lang_code = 'es' 
  AND lang.name IN (
    'save_and_close', 'specify_options', 
    'specify_options', 'save_and_close', 
    'specify_options', 'specify_options', 
    'total_list_price', 'price_for_all', 
    'add_all_to_cart', 'save_and_close', 
    'specify_options', 'specify_options', 
    'save_and_close', 'specify_options', 
    'specify_options', 'total_list_price', 
    'price_for_all', 'add_all_to_cart'
  )

Query time 0.00045

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": 5,
          "filtered": 100,
          "index_condition": "lang.lang_code = 'es' and lang.`name` in ('save_and_close','specify_options','specify_options','save_and_close','specify_options','specify_options','total_list_price','price_for_all','add_all_to_cart','save_and_close','specify_options','specify_options','save_and_close','specify_options','specify_options','total_list_price','price_for_all','add_all_to_cart')"
        }
      }
    ]
  }
}

Result

name value
save_and_close Guardar y cierrar