Run with .explain("executionStats") to see if index is used. With the result from executionStats we can help. In general, MongoDB has more index possibilities than MySQL (with multi-key indexes)
.explain("executionStats")