INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '118fef5dcce233c8a457bde02f08e807f2830ec90743d8a97c39ae9122fafaef', 
    'Ai3Qm5+yUyKFy0Y8nesb/Sfc4CLLbRSYGrQ/YReQBU8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)