Add an index for project_id in project_import_data to improve
We see that many slow queries on GitLab.com are dominated by finding the project import data for a specific project. Adding an index is the most straightforward way of fixing this.
Closes #23748 (closed)