If you want to create a List like you do and want to be able to look for values basing on Integer numbers you can do this using __groovy() function like:
${__groovy(vars.getObject('events').find { it[0] == 2 }?.get(1),)}
More information on Groovy scripting in JMeter: Apache Groovy: What Is Groovy Used For?