INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2579192f6070c3634f72259f3bd334d4b00e4709c668547dd13f5d940b7b2438', 
    '2fyXStGSvrZ8nObRj1sf0xZujx7RYWZaC2Zq2uGMGqI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00015

Result

int(1)