INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '32611f1a47fc0a992934f1d78a15ed3bd1aef459638779373039f4e46ba65277', 
    'e29sQx33Ale9M7WGhmsJ+3yJol1N3IILYZe9gx8GhbI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)