Database

[{"key":"a","regex":"a"},{"key":"b","regex":"a"}]

Query

db.collection.find({"$expr":{"$regexMatch":{"input":"$key","regex":"$regex","options":"i"}}})

Result