OK, small small diference made it work, maybe will help someone:
$url = $link->getAdminLink('AdminProducts', true, ['id_product' => $productID]);
and of course:
$link = $this->context->link;
and that gives link: /admincatalog/index.php/sell/catalog/products/IDPRODUCT?_token=TOKEN (that work)