ids = [15, 7, 50] results = Model.where(id: ids)
the results would be model with id 7, 15, 50 in this order, how can i get results by the order of i