$chelyabinsk_id = 100;
$city = City::where('people', '>', 100000)->orderBy('people')->?
$chelyabinsk_id = 100;
$сities = City::where('people', '>', 100000)->orderBy('people')->get();
$position = $сities->where('id', $chelyabinsk_id)->keys()->first());