INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '95eafe8276570d29389485c14e8ebf7a22c58aded48ab92d299f8c87b498800f', 
    'gMKPXLyVhZXPOIo2To/weaAUZtLvki467OQ8r5cBofU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)