INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd2803a0d94efe434f00f2a946c2c2295eaeeaf21dfad8668a582c4e47298a20a', 
    'eJwS+d5xgm/J6x275OChhKYZhEKgVZGL/gXxhU9Oz7c=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)