INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7b325c1672451eda498dd46742f74f9f2e6bc805340ae41e7722477b92c89e4e', 
    'IJXnj10hsPCDAtBev9xPiMCOqSGX3qF56Zj/xHMjLyc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)