INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2a22991bd1c281351868ffc675aa6997346c29dec936cb6b580d4e5b7e6fc1d2', 
    'kGXrlgi6uUtd8uFDqo7G9nIaCcrG/RPl+aTIuAUr/5s=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)