単純な左結合?
SELECT organisation.*
FROM organisation
LEFT JOIN srp_reseller_buffer ON
(organisation.organisation_id = srp_reseller_buffer.organisation.id AND property_id = 'X')
WHERE srp_reseller_buffer.organisation_id IS NULL
「右側」(srp_reseller)に存在しないレコードはnullになります。