Database

[{_id:"1",excluded:["1"]},{_id:"2",excluded:["1"]}]

Query

db.collection.find({$expr:{$not:{$in:["$_id","$excluded"]}}})

Result