Voici une manière mangouste d'utiliser l'opérateur $in.
User.find()
.where('fb.id')
.in([3225, 623423, 6645345])
.exec(function (err, records) {
//make magic happen
});
Je trouve la notation par points très pratique pour interroger des sous-documents.
http://mongoosejs.com/docs/queries.html