How to get products with the same custom attribute like ean code

It looks like you want to list products with post_type=product etc.. AND have the same ean code. Therefore, in your place i would try with the line
'relation' => 'OR'
changed to
'relation' => 'AND'

Regards,

tech