This is not possible,
You can either loop through the list and have an index counter.
Or you make a custom javaaction which returns the nth element for a list
It's not possible to find the index in the list, but you can retrieve the object if you want that. You can use the list operation find to retrieve the object which is valid against your expression, if that is what you want. See this for more information.