db.collection.find({
"sale": "Test Sale",
products: {
"$elemMatch": {//As you have nested arrays
"$elemMatch": {
"$elemMatch": {
"$in": [
"abc"
]
}
}
}
}
})
По-добре е да имате по-добра схема.