INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd7e4eb258777231096ef6912f880fa7054180a63c5f6295b16696495f6bd1df6', 
    'hJhlE7TuuxZl485VeCWgV/bOdIRZTrKhC6hki8LLyD0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00035

Result

int(1)