db.cities.find( { elevation: { $gte : 1654 } } ).explain();

"winningPlan" : {
    *"stage" : "COLLSCAN",*
    "filter" : {
        "elevation" : {
            "$gte" : 1654
        }
    },
    "direction" : "forward"
},

MongoDB uses indexes in order from left to right