You would want to convert the orderings into a categorical variable that takes 24 values, and analyze that variable. The test whether all combinations are equally likely will be given by a Pearson test with the null that all proportions are equal to 1/24. (By a rule of thumb of having an expected count of at least 5, you need at least 120 total participants.) For fancier analysis, you can formulate this as a multinomial logit model, again with 24 categories. (You would have to have all the possible combinations in the data set for this to work out.) An intercept-only model your model will tell you the relative probabilities (or rather log odds ratios against a selected baseline alternative), and you can test that all the coefficients (plus the baseline of zero) are smaller than the selected alternative. This is a difficult test per se, mind you, since you are talking about a multivarate one-sided alternative, so the distribution of the test statistic is a non-standard sum of $\chi^2$ with different degrees of freedom. (I am not sure you even want to mess with that; an extremely conservative approximation is to use $\chi^2_{23}$ or whatever the degrees of freedom of the test would come to be.)
Note that if you first pick the most frequently preferred combination in your data, and then test against, it would be data snooping with no control over type I error. The only way this test would work if your most preferred ordering came from some sort of substantive consideration (e.g., brandy is better than wine, which in turn is better than beer, which in turn is better than milk).