Сортировка дикта на основе другого списка

orted_dict = dict()
sorted_list = list((i, unsorted_dict.get(i)) for i in ordination
Impossible Iguana