INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fa14235a5e1683e5e889cf1b3820e517fb7e77bd01b7363203ebde18d8fefacc', 
    'iI+rvTe9B7NDWDoNpUsLCehK+qE3J7ZEZY8p+7dcK6M=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00100

Result

int(1)