Encontre itens da matriz de IDs Mongoose

const records = await Model.find().where('_id').in(ids).exec();
Cruel Cheetah