SQL Server has a CHOOSE() function that returns a list item at a given position. MySQL also has an equivalent function, but with a different name.
In MySQL, the ELT() function does essentially the same thing that CHOOSE() does in SQL Server. It allows you to find the list item at a given position within the list.