I am not sure I understand what you have in your array.
I am imagining two possibilities.
An array with 26 elements, each element containing a letter of the alphabet.
Or an array with x number of elements. with one of the element containing "A-Z".
The first possibility is easy to implement.
You can use regex and the RLIKE operator, no external array needed.
Example:
In order to help with the second possibility, I would need to know more about the array and how the data in the array is going to be used in the query.