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

Query time 0.00033

Result

int(1)