Table C: recordid and promotion are INT
Table D: recordid is VARCHAR(50)
Here's the results from SHOWPLAN_TEXT:
StmtText
SELECT c.* FROM Customers c INNER JOIN customers_from_dedupe d
ON c.recordid = d.recordid
WHERE promotion = 3465
(1 row(s) affected)
StmtText
...