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

Query time 0.00024

Result

int(1)