This is related to #14150 and possibly others, but it’s actually a separate issue.
For instance, when using the following query:
bitcoin-cli scantxoutset start '[{"desc":"wpkh(xpubABCDEF/0/*)", "range":100}]'
I can get a list of UTXOs, but no way to get back the index which derived that particular UTXO. So it’s not much better than deriving on the user side and specifying addresses one by one, so that I already have a cache of addresses to match.
Not sure what the solution looks like. One way is to repeat the full descriptor in the utxo. That might get verbose though.