SELECT 
  lang.value 
FROM 
  netting_language_values lang 
WHERE 
  lang.lang_code = 'es' 
  AND lang.name = 'no_hidden_elements_second_level_view.tooltip'

Query time 0.00026

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "lang",
          "access_type": "const",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "392",
          "used_key_parts": ["lang_code", "name"],
          "ref": ["const", "const"],
          "rows": 1,
          "filtered": 100
        }
      }
    ]
  }
}

Result

value
This setting limits the number of elements in the second level of the menu structure. If there is a link or specified category at the parent element of the first level, the link <b>More</b> (with the parent category name) will be displayed to transfer to the parent category.