Get other posts sharing the same meta values

you can set the meta like this

'meta_query' => [
    'key' => 'tag_iniative',
    'value' => [182,183],
    'compare' => 'IN',
]

tech