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

Query time 0.00032

Result

int(1)