WP_Query, ACF field and array

OK, I solved in this way:

'meta_query' => array(
  array(
    'key' => 'product',
    'value' => '"'.get_the_id().'"',
    'compare' => 'LIKE'
  )
)