We need a scalable way to look up labels and description for an entity, in a given set of languages.
The current implementation using the wb_terms table does not perform well for large wikis.
An alternative approach would be to use Elastic for looking up labels.
Open question: can we re-use the information we store in Elastic for CirrusSearch (compare T88534: [Story] Implement EntitySearch service on top of Elastic), or do we need a special mapping just for the label lookup?