Consider this query:
select ?co ?coLabel (lang(?coLabel) as ?labelLang) ?coDescription { # (lang(?coDescription) as ?descriptionLang) { ?co wdt:P31 wd:Q783794 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,fr,de,it,nl,hu". } } limit 10
This returns company labels and descriptions, and the lang of the picked label.
But if I uncomment the first line to also return the lang of description, then NO description is returned.