Usa FIND_IN_SET() per trovare i record che contengono il tuo utente
select *
from your_table
where find_in_set('MTNOfficial', usersBought) > 0
Usa FIND_IN_SET() per trovare i record che contengono il tuo utente
select *
from your_table
where find_in_set('MTNOfficial', usersBought) > 0