Você pode estar procurando por FIND_IN_SET() função.
select *
from session_actions
where find_in_set(`action_type`,'login_failed,channel_recorded');
EXEMPLO DE FIDDLE
select *
from session_actions
where find_in_set(`action_type`,'login_failed,channel_recorded');