The most efficient way to query a list of variant Ids?

I have a list of a lot variants GUID’s and want to convert them to a list of variants/products, what are the most efficient way of doing this? I can’t seem to find a way to query multip?

Litium version: 6.2

Can the VariantService.Get(IEnumerable<Guid>)-method work for you?

Thanks! Yes, this solved the first of my problems!