Zend certified PHP/Magento developer

SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; ( Can’t Create Configurable Products)

I am facing this issue, while creating the configurable products.

SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '?))' at line 3, query was: SELECT `l`.`product_id`, `l`.`parent_id` FROM `catalog_product_super_link` AS `l` INNER JOIN `catalog_product_entity` AS `p` ON p.row_id = l.parent_id AND (p.created_in <= '1661659140' AND p.updated_in > '1661659140') INNER JOIN `catalog_product_entity` AS `e` ON e.entity_id = l.product_id AND e.required_options = 0 AND (e.created_in <= '1661659140' AND e.updated_in > '1661659140') WHERE (p.entity_id IN (?))

My magento version is "version": "2.4.3-p1",

I am badly stuck here,kindly help me get out of this.