INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3f9aa6d0695e1da5ce607d7ee3572944772f27aced73d8318b7c4c3b3f1e23ec', 
    'v5elL2yVsONSGWTeIjfwjABvCULB6tpq2yQUFLDaEyA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00040

Result

int(1)