INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7a06d6d354a2f4904c7ae40493c823276be516fea6881e16070eea493273392f', 
    'LPukoPZqxSD1y2dUCDCgoZatuXDdan9+ITxnHxT4aAQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)