INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5a9afebde1698973f6bd57ecfc58abc23fcfae71c0e4691184c3a29451f5218c', 
    '0moUbKNbFrn86ITgJFtA0DMw2lh7xmp/N3L0id27NOE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)