INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7c5baffe87f551d9fc335dfe7e0f0630cccff14c45bddeeacfb4f8228e0ebaae', 
    'PaKZJMaxFPZIWSwhwqp+3ACq3oC8g3Pgo8t0Ccgxi+8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00043

Result

int(1)