INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e0a7289429e206384a44ff172ab0524e9748fe177ef827789af0f85d7373a0ac', 
    'Gr2856mU9rnsBEyJjVLwAnAUYoK7cFELL2QyhixrkQE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00060

Result

int(1)